home *** CD-ROM | disk | FTP | other *** search
/ Armageddon - Interactive Preview / Interactive Preview: Armageddon.iso / pc / quizstrt.dxr / 00009_Quit B.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  407 b   |  19 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "Q ON ROLLOVER"
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to "Q NORMAL"
  7. end
  8.  
  9. on mouseDown me
  10.   set the member of sprite the currentSpriteNum to "Q ON MOUSEDOWN"
  11. end
  12.  
  13. on mouseUp me
  14.   set the member of sprite the currentSpriteNum to "Q NORMAL"
  15.   puppetSound(1, "soft metal")
  16.   sound stop 2
  17.   go(4, "CONTROL")
  18. end
  19.